Replace VM.platform_{std_VGA,serial,localtime,clock_offset,enable_audio} with
authorEwan Mellor <ewan@xensource.com>
Sat, 10 Mar 2007 21:48:22 +0000 (21:48 +0000)
committerEwan Mellor <ewan@xensource.com>
Sat, 10 Mar 2007 21:48:22 +0000 (21:48 +0000)
commitabc324d48f33530008131537e30ac5a344fbe9b6
tree602204333541326a31820a0230357d853b77609b
parentf7f8f5e39d769e89852d9bdf4a6650bc5d9d8056
Replace VM.platform_{std_VGA,serial,localtime,clock_offset,enable_audio} with
a single VM.platform String -> String Map.

Propogate this change through to XendDomainInfo and image so that the
backwards compatibility is handled by XendConfig.

Make PCI_bus a read-write field.

Added C bindings for these changes also.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen_vm.h
tools/libxen/src/xen_vm.c
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py